luci-theme-bootstrap: fix incorrect wrap arounds in nested cbi sections
authorJo-Philipp Wich <[email protected]>
Fri, 25 Mar 2022 10:49:10 +0000 (11:49 +0100)
committerJo-Philipp Wich <[email protected]>
Fri, 25 Mar 2022 10:50:47 +0000 (11:50 +0100)
Fixes: #5743
Signed-off-by: Jo-Philipp Wich <[email protected]>
(cherry picked from commit 8e09f1833b27e98208472ae44ff4b2ed218fa083)

themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index c1d1c8f51a747152bf341b19ab7a459d7d122bc8..8b7aa4e70fe22acd89b7722818b86e4df9402700 100644 (file)
@@ -546,6 +546,7 @@ textarea {
        color: var(--text-color-high);
 }
 
+.cbi-value > .cbi-section,
 .cbi-value > .cbi-tblsection {
        width: 100%;
 }